3.1.84 \(\int \frac {1}{(A+B \log (e (\frac {a+b x}{c+d x})^n))^2} \, dx\) [84]

Optimal. Leaf size=27 \[ \text {Int}\left (\frac {1}{\left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )^2},x\right ) \]

[Out]

Unintegrable(1/(A+B*ln(e*((b*x+a)/(d*x+c))^n))^2,x)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {1}{\left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(A + B*Log[e*((a + b*x)/(c + d*x))^n])^(-2),x]

[Out]

Defer[Int][(A + B*Log[e*((a + b*x)/(c + d*x))^n])^(-2), x]

Rubi steps

\begin {align*} \int \frac {1}{\left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )^2} \, dx &=\int \frac {1}{\left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )^2} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.41, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (A+B \log \left (e \left (\frac {a+b x}{c+d x}\right )^n\right )\right )^2} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(A + B*Log[e*((a + b*x)/(c + d*x))^n])^(-2),x]

[Out]

Integrate[(A + B*Log[e*((a + b*x)/(c + d*x))^n])^(-2), x]

________________________________________________________________________________________

Maple [A]
time = 0.05, size = 0, normalized size = 0.00 \[\int \frac {1}{\left (A +B \ln \left (e \left (\frac {b x +a}{d x +c}\right )^{n}\right )\right )^{2}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(A+B*ln(e*((b*x+a)/(d*x+c))^n))^2,x)

[Out]

int(1/(A+B*ln(e*((b*x+a)/(d*x+c))^n))^2,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(A+B*log(e*((b*x+a)/(d*x+c))^n))^2,x, algorithm="maxima")

[Out]

-(b*d*x^2 + a*c + (b*c + a*d)*x)/((b*c*n - a*d*n)*B^2*log((b*x + a)^n) - (b*c*n - a*d*n)*B^2*log((d*x + c)^n)
+ (b*c*n - a*d*n)*A*B + (b*c*n - a*d*n)*B^2) + integrate((2*b*d*x + b*c + a*d)/((b*c*n - a*d*n)*B^2*log((b*x +
 a)^n) - (b*c*n - a*d*n)*B^2*log((d*x + c)^n) + (b*c*n - a*d*n)*A*B + (b*c*n - a*d*n)*B^2), x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(A+B*log(e*((b*x+a)/(d*x+c))^n))^2,x, algorithm="fricas")

[Out]

integral(1/(B^2*log(((b*x + a)/(d*x + c))^n*e)^2 + 2*A*B*log(((b*x + a)/(d*x + c))^n*e) + A^2), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (A + B \log {\left (e \left (\frac {a + b x}{c + d x}\right )^{n} \right )}\right )^{2}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(A+B*ln(e*((b*x+a)/(d*x+c))**n))**2,x)

[Out]

Integral((A + B*log(e*((a + b*x)/(c + d*x))**n))**(-2), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(A+B*log(e*((b*x+a)/(d*x+c))^n))^2,x, algorithm="giac")

[Out]

integrate((B*log(((b*x + a)/(d*x + c))^n*e) + A)^(-2), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {1}{{\left (A+B\,\ln \left (e\,{\left (\frac {a+b\,x}{c+d\,x}\right )}^n\right )\right )}^2} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(A + B*log(e*((a + b*x)/(c + d*x))^n))^2,x)

[Out]

int(1/(A + B*log(e*((a + b*x)/(c + d*x))^n))^2, x)

________________________________________________________________________________________